home *** CD-ROM | disk | FTP | other *** search
/ Stone Design / Stone Design.iso / Stone_Apps / DataPhile.app / English.lproj / DataPhile.nib / data.classes next >
Encoding:
Text File  |  1996-02-24  |  9.8 KB  |  671 lines

  1. SoundFieldAppkitObj = {
  2.     SUPERCLASS = ButtonAppkitObj;
  3. };
  4. DataGraphicCell = {
  5.     SUPERCLASS = DGgraphicTextFieldCell;
  6. };
  7. DateText = {
  8.     OUTLETS = {
  9.     dFlags;
  10.     };
  11.     SUPERCLASS = TextGraphic;
  12. };
  13. Demo = {
  14.     ACTIONS = {
  15.     runDemo:;
  16.     };
  17.     OUTLETS = {
  18.     window;
  19.     stopButton;
  20.     };
  21.     SUPERCLASS = Object;
  22. };
  23. Defaults = {
  24.     ACTIONS = {
  25.     loadDefaults:;
  26.     ok:;
  27.     setDefaults:;
  28.     revert:;
  29.     runModalFor:;
  30.     };
  31.     OUTLETS = {
  32.     layoutSwitchMatrix;
  33.     panel;
  34.     field1;
  35.     appIconButton;
  36.     field3;
  37.     field4;
  38.     structureSwitchMatrix;
  39.     field6;
  40.     field2;
  41.     field5;
  42.     dbSwitchMatrix;
  43.     okRevertMatrix;
  44.     };
  45.     SUPERCLASS = Object;
  46. };
  47. DataApp = {
  48.     ACTIONS = {
  49.     runDefaultsPanelFor:;
  50.     info:;
  51.     orderFrontRegistration:;
  52.     orderLayoutsDock:;
  53.     orderNextMasterFront:;
  54.     createDefaultH:;
  55.     printHelp:;
  56.     terminate:;
  57.     orderFrontColorPicker:;
  58.     newView:;
  59.     runPasswordPanel:;
  60.     orderFrontPalette:;
  61.     newReport:;
  62.     undo:;
  63.     orderFunctionBar:;
  64.     recalculateSums:;
  65.     orderFrontInspectorPanel:;
  66.     setUserMode:;
  67.     orderFrontLipServicePanel:;
  68.     bugReport:;
  69.     setCurrentGraphic:;
  70.     setDefaults:;
  71.     closeDataBase:;
  72.     save:;
  73.     arrangeInFront:;
  74.     createDefaultPage:;
  75.     help:;
  76.     explodeMenus:;
  77.     createDefault:;
  78.     };
  79.     OUTLETS = {
  80.     currentMaster;
  81.     memory;
  82.     templates;
  83.     inspector;
  84.     fieldTypeList;
  85.     paletteController;
  86.     structureEditor;
  87.     version;
  88.     layoutsDock;
  89.     defaults;
  90.     };
  91.     SUPERCLASS = Application;
  92. };
  93. Grid = {
  94.     ACTIONS = {
  95.     runModalForGraphicView:;
  96.     };
  97.     OUTLETS = {
  98.     gridView;
  99.     };
  100.     SUPERCLASS = Object;
  101. };
  102. SubSummaryGraphic = {
  103.     ACTIONS = {
  104.     setMargin:;
  105.     };
  106.     OUTLETS = {
  107.     tm;
  108.     rm;
  109.     bm;
  110.     lm;
  111.     };
  112.     SUPERCLASS = BoxGraphic;
  113. };
  114. DateFieldAppkitObj = {
  115.     SUPERCLASS = GenericTextFieldAppkitObj;
  116. };
  117. FindDescriptor = {
  118.     ACTIONS = {
  119.     addFFD:;
  120.     };
  121.     OUTLETS = {
  122.     fieldFindDescriptorList;
  123.     };
  124.     SUPERCLASS = Object;
  125. };
  126. GenericTextFieldAppkitObj = {
  127.     ACTIONS = {
  128.     needsLabel:;
  129.     };
  130.     SUPERCLASS = TextField;
  131. };
  132. SortField = {
  133.     ACTIONS = {
  134.     isAscending:;
  135.     comparatorFunc:;
  136.     fieldDescriptor:;
  137.     };
  138.     OUTLETS = {
  139.     fieldDescriptor;
  140.     isAscending;
  141.     comparatorFunc;
  142.     };
  143.     SUPERCLASS = Object;
  144. };
  145. GraphicView = {
  146.     ACTIONS = {
  147.     paste:;
  148.     alignToGrid:;
  149.     selectAll:;
  150.     hideGrid:;
  151.     takeGridValueFrom:;
  152.     changeAspectRatio:;
  153.     group:;
  154.     takeLineJoinFrom:;
  155.     takeFrameValueFrom:;
  156.     takeGridGrayFrom:;
  157.     bringToFront:;
  158.     enableGrid:;
  159.     takeLineArrowFrom:;
  160.     setCurrentGraphic:;
  161.     ungroup:;
  162.     takeGrayValueFrom:;
  163.     unlock:;
  164.     takeLineWidthFrom:;
  165.     deselectAll:;
  166.     copy:;
  167.     takeLineCapFrom:;
  168.     sizeToGrid:;
  169.     sendToBack:;
  170.     takeFillValueFrom:;
  171.     lock:;
  172.     cut:;
  173.     };
  174.     OUTLETS = {
  175.     slist;
  176.     cacheWindow;
  177.     glist;
  178.     };
  179.     SUPERCLASS = View;
  180. };
  181. FirstResponder = {
  182.     ACTIONS = {
  183.     zoomIn:;
  184.     clearAllUnsavedFinds:;
  185.     createDefaultHMultiple:;
  186.     refreshWindow:;
  187.     importRecords:;
  188.     orderFrontColorPicker:;
  189.     newReport:;
  190.     runSortOrderEditor:;
  191.     hideRuler:;
  192.     openLayout:;
  193.     deleteAllRecordsInView:;
  194.     deleteView:;
  195.     lock:;
  196.     createNewFind:;
  197.     createDefaultPage:;
  198.     addressEnvelope:;
  199.     zoomFromTag:;
  200.     selectAllFields:;
  201.     newDataBase:;
  202.     recalculateSums:;
  203.     compress:;
  204.     print:;
  205.     footer:;
  206.     newRecord:;
  207.     saveOff:;
  208.     sendToBack:;
  209.     newView:;
  210.     centerText:;
  211.     redoChange:;
  212.     copyRecord:;
  213.     boxGroup:;
  214.     hideDB:;
  215.     makeLabels:;
  216.     createDefaultMultiple:;
  217.     undoChange:;
  218.     duplicateView:;
  219.     bringCloser:;
  220.     closeDataBase:;
  221.     saveAs:;
  222.     orderFrontInspectorPanel:;
  223.     rebuildIndices:;
  224.     showTools:;
  225.     loadGridInspector:;
  226.     exportText:;
  227.     changeTabOrder:;
  228.     exportRTF:;
  229.     changeSaveType:;
  230.     menuModify:;
  231.     pasteRecord:;
  232.     runDefineEditor:;
  233.     cleanUpDirt:;
  234.     dateMarker:;
  235.     revertRecord:;
  236.     first:;
  237.     findRecordInAllViews:;
  238.     selectAllOfType:;
  239.     extractTitles:;
  240.     bringToFront:;
  241.     revertField:;
  242.     revertToSaved:;
  243.     menuExtendedFind:;
  244.     closeAndCompress:;
  245.     cloneDataBase:;
  246.     leftJustifyText:;
  247.     saveSort:;
  248.     undo:;
  249.     summaryGroup:;
  250.     save:;
  251.     zoomOut:;
  252.     setLightGrayText:;
  253.     setBlackText:;
  254.     hideHeaders:;
  255.     deleteFind:;
  256.     changeMulti:;
  257.     setWhiteText:;
  258.     changeLayout:;
  259.     distribute:;
  260.     createTwoPageSbyS:;
  261.     hideGrid:;
  262.     clickOrderButton:;
  263.     selectAllLabels:;
  264.     orderFrontPalette:;
  265.     orderFrontTools:;
  266.     import:;
  267.     ungroup:;
  268.     copyAddress:;
  269.     orderFrontNewPalette:;
  270.     loadPostScript:;
  271.     update:;
  272.     setDarkGrayText:;
  273.     createDefaultH:;
  274.     rightJustifyText:;
  275.     modifyAllRecordsInView:;
  276.     undoLast:;
  277.     menuBrowse:;
  278.     openOrNew:;
  279.     open:;
  280.     exportMerge:;
  281.     runPasswordPanel:;
  282.     nudgeInspector:;
  283.     duplicate:;
  284.     orderLayoutBrowsersFront:;
  285.     next:;
  286.     sort:;
  287.     pageMarker:;
  288.     addNewLabel:;
  289.     saveRecord:;
  290.     createTwoOverAndUnder:;
  291.     createDefault:;
  292.     header:;
  293.     align:;
  294.     openFileOptions:;
  295.     changeAlign:;
  296.     changeDataWellType:;
  297.     editGroup:;
  298.     deleteRecord:;
  299.     hideTools:;
  300.     runStructureEditor:;
  301.     newBlankPageWide:;
  302.     sendFurther:;
  303.     orderFrontLipServicePanel:;
  304.     newBlankPage:;
  305.     setCurrentMode:;
  306.     changeGrid:;
  307.     unlock:;
  308.     prev:;
  309.     saveLayout:;
  310.     saveFind:;
  311.     enableGrid:;
  312.     addLabels:;
  313.     last:;
  314.     find:;
  315.     deleteSort:;
  316.     group:;
  317.     exportImprov:;
  318.     deselectAll:;
  319.     export:;
  320.     menuReturnToAll:;
  321.     selectAllFieldsAndLabels:;
  322.     };
  323.     SUPERCLASS = Object;
  324. };
  325. SummaryFieldGraphic = {
  326.     ACTIONS = {
  327.     setFuncNumber:;
  328.     };
  329.     OUTLETS = {
  330.     funcNumber;
  331.     };
  332.     SUPERCLASS = DataGraphic;
  333. };
  334. DataGraphic = {
  335.     SUPERCLASS = DGgraphic;
  336. };
  337. HeaderGraphic = {
  338.     SUPERCLASS = Graphic;
  339. };
  340. ButtonAppkitObj = {
  341.     SUPERCLASS = Button;
  342. };
  343. ChangeTitleSavePanel = {
  344.     ACTIONS = {
  345.     setTitle:;
  346.     changeTitle:;
  347.     setAltTitle:;
  348.     };
  349.     SUPERCLASS = SavePanel;
  350. };
  351. SortOrder = {
  352.     ACTIONS = {
  353.     sortFieldForIdnum:;
  354.     changeSortField:;
  355.     removeSortField:;
  356.     addSortField:;
  357.     };
  358.     OUTLETS = {
  359.     sortFieldList;
  360.     };
  361.     SUPERCLASS = Object;
  362. };
  363. Graphic = {
  364.     SUPERCLASS = Object;
  365. };
  366. ListView = {
  367.     ACTIONS = {
  368.     removeItem:;
  369.     loadCurrentField:;
  370.     addEntry:;
  371.     ok:;
  372.     renameItem:;
  373.     revert:;
  374.     };
  375.     OUTLETS = {
  376.     titleField;
  377.     buttonMatrix;
  378.     currSelectionField;
  379.     scrollView;
  380.     };
  381.     SUPERCLASS = Matrix;
  382. };
  383. BooleanFieldAppkitObj = {
  384.     SUPERCLASS = ButtonAppkitObj;
  385. };
  386. FieldFindDescriptor = {
  387.     OUTLETS = {
  388.     idnum;
  389.     };
  390.     SUPERCLASS = Object;
  391. };
  392. BooleanFieldDescriptor = {
  393.     SUPERCLASS = FieldDescriptor;
  394. };
  395. PageNumText = {
  396.     SUPERCLASS = TextGraphic;
  397. };
  398. PictureFieldAppkitObj = {
  399.     SUPERCLASS = GraphicView;
  400. };
  401. Radio = {
  402.     SUPERCLASS = Matrix;
  403. };
  404. LabelGraphicCell = {
  405.     SUPERCLASS = DGgraphicTextFieldCell;
  406. };
  407. DGgraphicTextFieldCell = {
  408.     SUPERCLASS = TextFieldCell;
  409. };
  410. MoneyFieldAppkitObj = {
  411.     SUPERCLASS = GenericTextFieldAppkitObj;
  412. };
  413. DGgraphic = {
  414.     OUTLETS = {
  415.     cache;
  416.     fieldRep;
  417.     };
  418.     SUPERCLASS = Graphic;
  419. };
  420. SavePanel = {
  421.     ACTIONS = {
  422.     windowWillResize:;
  423.     cancel:;
  424.     ok:;
  425.     selectText:;
  426.     windowDidResize:;
  427.     };
  428.     OUTLETS = {
  429.     form;
  430.     okButton;
  431.     accessoryView;
  432.     separator;
  433.     browser;
  434.     };
  435.     SUPERCLASS = Panel;
  436. };
  437. FieldDescriptor = {
  438.     OUTLETS = {
  439.     dependents;
  440.     valueList;
  441.     fieldType;
  442.     formula;
  443.     record;
  444.     };
  445.     SUPERCLASS = Object;
  446. };
  447. Version = {
  448.     ACTIONS = {
  449.     majorVersion:;
  450.     version:;
  451.     minorVersion:;
  452.     };
  453.     OUTLETS = {
  454.     minorVersionField;
  455.     majorVersionField;
  456.     };
  457.     SUPERCLASS = Object;
  458. };
  459. FloatingWindow = {
  460.     SUPERCLASS = Panel;
  461. };
  462. InspectorDP = {
  463.     SUPERCLASS = Inspector;
  464. };
  465. Inspector = {
  466.     ACTIONS = {
  467.     ok:;
  468.     loadValueOf:;
  469.     revert:;
  470.     };
  471.     OUTLETS = {
  472.     selectedGraphic;
  473.     panel;
  474.     controller;
  475.     graphicView;
  476.     slist;
  477.     };
  478.     SUPERCLASS = Object;
  479. };
  480. PictureFieldDescriptor = {
  481.     SUPERCLASS = FieldDescriptor;
  482. };
  483. DataGView = {
  484.     ACTIONS = {
  485.     setMode:;
  486.     };
  487.     OUTLETS = {
  488.     mode;
  489.     visible;
  490.     master;
  491.     };
  492.     SUPERCLASS = GraphicView;
  493. };
  494. DViewInspector = {
  495.     ACTIONS = {
  496.     hideShowNibs:;
  497.     ok:;
  498.     currentGraphic:;
  499.     revert:;
  500.     setCurrentGraphic:;
  501.     };
  502.     OUTLETS = {
  503.     fieldMatrix;
  504.     currentGraphic;
  505.     scrollView;
  506.     fieldInspectorView;
  507.     lowerNibView;
  508.     okRevertMatrix;
  509.     tools;
  510.     topNibView;
  511.     blankView;
  512.     moveMatrix;
  513.     };
  514.     SUPERCLASS = InspectorPanel;
  515. };
  516. TextGraphic = {
  517.     ACTIONS = {
  518.     changeFont:;
  519.     };
  520.     OUTLETS = {
  521.     font;
  522.     };
  523.     SUPERCLASS = Graphic;
  524. };
  525. SoundFieldDescriptor = {
  526.     SUPERCLASS = FieldDescriptor;
  527. };
  528. InspectorPanel = {
  529.     ACTIONS = {
  530.     changeLineCap:;
  531.     changeAspectRatio:;
  532.     changeFramed:;
  533.     changeLineJoin:;
  534.     scaleUp:;
  535.     changeGray:;
  536.     changeLineWidth:;
  537.     changeFill:;
  538.     changeDimensions:;
  539.     scale:;
  540.     scaleDown:;
  541.     changeLineArrow:;
  542.     };
  543.     OUTLETS = {
  544.     lineArrowButton;
  545.     grayField;
  546.     heightForm;
  547.     framedButton;
  548.     graySlider;
  549.     graphicView;
  550.     lineJoinButton;
  551.     widthForm;
  552.     dimensionForm;
  553.     filledButton;
  554.     lineWidthSlider;
  555.     selectedGraphic;
  556.     lineCapButton;
  557.     lineWidthField;
  558.     };
  559.     SUPERCLASS = Panel;
  560. };
  561. FieldListView = {
  562.     SUPERCLASS = ListView;
  563. };
  564. DateFieldDescriptor = {
  565.     SUPERCLASS = FieldDescriptor;
  566. };
  567. TextFieldDescriptor = {
  568.     SUPERCLASS = FieldDescriptor;
  569. };
  570. ValueFieldDescriptor = {
  571.     SUPERCLASS = FieldDescriptor;
  572. };
  573. PasswordText = {
  574.     SUPERCLASS = Text;
  575. };
  576. MasterView = {
  577.     ACTIONS = {
  578.     readView:;
  579.     writeView:;
  580.     setCurrentGraphic:;
  581.     setModeToBrowse:;
  582.     setModeToModify:;
  583.     currentGraphic:;
  584.     loadFields:;
  585.     };
  586.     OUTLETS = {
  587.     currentGraphic;
  588.     gView;
  589.     foreAft;
  590.     fieldList;
  591.     messageField;
  592.     pageNumMatrix;
  593.     tools;
  594.     };
  595.     SUPERCLASS = View;
  596. };
  597. Effects = {
  598.     ACTIONS = {
  599.     runDeletePanel:;
  600.     openAll:;
  601.     deleteEffect:;
  602.     cancelDelete:;
  603.     openEffect:;
  604.     addEffect:;
  605.     acceptDelete:;
  606.     buildEffectsList:;
  607.     setResult:;
  608.     };
  609.     OUTLETS = {
  610.     deleteListMatrix;
  611.     menu;
  612.     deleteCell;
  613.     alternateNameField;
  614.     effectsTarget;
  615.     effectsList;
  616.     };
  617.     SUPERCLASS = Object;
  618. };
  619. SimpleListView = {
  620.     OUTLETS = {
  621.     scrollView;
  622.     okButton;
  623.     };
  624.     SUPERCLASS = Matrix;
  625. };
  626. TextFieldAppkitObj = {
  627.     SUPERCLASS = GenericTextFieldAppkitObj;
  628. };
  629. ValueFieldAppkitObj = {
  630.     SUPERCLASS = GenericTextFieldAppkitObj;
  631. };
  632. ReportView = {
  633.     ACTIONS = {
  634.     setMaster:;
  635.     setNumberRecords:;
  636.     setBody:;
  637.     setNumberCols:;
  638.     setDataGView:;
  639.     };
  640.     OUTLETS = {
  641.     dataGView;
  642.     master;
  643.     body;
  644.     cols;
  645.     };
  646.     SUPERCLASS = View;
  647. };
  648. AppDelegate = {
  649.     ACTIONS = {
  650.     appOpenFile_type:;
  651.     appPowerOff:;
  652.     appAcceptsAnotherFile:;
  653.     appOpenTempFile_type:;
  654.     appDidHide:;
  655.     appDidUpdate:;
  656.     appUnmounting:;
  657.     applicationDefined:;
  658.     appDidBecomeActive:;
  659.     appPowerOffIn_andSave:;
  660.     appDidResignActive:;
  661.     appDidUnhide:;
  662.     };
  663.     SUPERCLASS = Object;
  664. };
  665. MoneyFieldDescriptor = {
  666.     SUPERCLASS = FieldDescriptor;
  667. };
  668. BoxGraphic = {
  669.     SUPERCLASS = Graphic;
  670. };
  671.